home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-04-03 | 453 b | 23 lines | [TEXT/MPS ] |
- ; File: E16.Desk
- ;
- ;
- ; Copyright Apple Computer, Inc. 1986-90
- ; All Rights Reserved
- ;
- ;
- daNotFound EQU $0510 ; desk accessory not found
- notSysWindow EQU $0511 ; not the system window
- eventAction EQU $0001
- runAction EQU $0002
- undoAction EQU $0005
- cutAction EQU $0006
- copyAction EQU $0007
- pasteAction EQU $0008
- clearAction EQU $0009
- cursorAction EQU $0003
- undoEdit EQU $0001
- cutEdit EQU $0002
- copyEdit EQU $0003
- pasteEdit EQU $0004
- clearEdit EQU $0005
-